@charset "utf-8";
/* CSS Document */

.hovermenu ul{
	padding-left: 20px;
	margin-left: 0px;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 2pt;
}

.hovermenu ul li{
	display: inline;
}

.hovermenu ul li a{
	text-decoration: none;
	float: left;
	color: #333333;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right;
}

.hovermenu ul li a:hover{
	color: #1D3667;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #1D3667;

}
a:active {
	text-decoration: none;
	color: #333333;
}
a.hyper2:link {
	color: #999999;
	text-decoration: none;
}
a.hyper2:visited {
	text-decoration: none;
	color: #999999;
}
a.hyper2:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.hyper2:active {
	text-decoration: none;
	color: #999999;
}
